home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 98
/
Skunkware 98.iso
/
src
/
net
/
omniORB-2.5.0-src.tar.gz
/
omniORB-2.5.0-src.tar
/
omniORB_2.5.0
/
config
/
config.mk
Wrap
Text File
|
1998-04-12
|
2KB
|
65 lines
# Coming into this file, the make variables TOP, CURRENT should have been
# defined.
# Uncomment one of the following platform line to build for the target
# platform
#
# sun4_sosV_5.5 Solaris 2.x, Sunpro C++/gcc-2.7.2
# i586_linux_2.0 x86 Redhat linux 4.2, gcc-2.7.2
# alpha_osf1_3.2 Digital Unix 3.2, DEC C++ v5.5
# alpha_osf1_4.0 Digital Unix 4.0, DEC C++ v5.5
# powerpc_aix_4.2 IBM AIX 4.2, IBM C Set++
# hppa_hpux_10.20 HPUX 10.20, aC++ B3910B A.01.04
# x86_nt_3.5 Windows NT 3.5, MS VC++ 5.0
# x86_nt_4.0 Windows NT 4.0, MS VC++ 5.0
# x86_win95 Windows 95, MS VC++ 5.0
# i586_linux_2.0_egcs x86 Redhat linux 5.0, egcs-1.0+eh_patch
# alpha_linux_2.0 alpha Redhat linux 5.0,egcs-1.0+eh_patch
# powerpc_aix_4.2_egcs power PC AIX 4.2, egcs-1.0+eh_path
# m68k_nextstep_3.3 NextStep 3.3, gcc-2.7.2
# x86_osr5 SCO OpenServer 5
platform = x86_osr5
#platform = sun4_sosV_5.5
#platform = i586_linux_2.0
#platform = alpha_osf1_3.2
#platform = alpha_osf1_4.0
#platform = powerpc_aix_4.2
#platform = hppa_hpux_10.20
#platform = x86_nt_3.5
#platform = x86_nt_4.0
#platform = x86_win95
#platform = i586_linux_2.0_egcs
#platform = alpha_linux_2.0
#platform = powerpc_aix_4.2_egcs
#platform = m68k_nextstep_3.3
# On Win32 platforms, uncomment the following line to build all the binaries
# with debugging information. Useful if you want to debug the binaries under
# MSVC developer's studio
#
#BuildDebugBinary = 1
#
EXPORT_TREE = $(TOP)
IMPORT_TREES = $(TOP)
override VPATH := $(subst :, ,$(VPATH))
THIS_IMPORT_TREE := $(TOP)
ifneq ($(wildcard $(THIS_IMPORT_TREE)/mk/beforedir.mk),)
include $(THIS_IMPORT_TREE)/mk/beforedir.mk
endif
OMNIORB2_IDL_FPATH = $(TOP)/$(BINDIR)/$(OMNIORB2_IDL)
include dir.mk
THIS_IMPORT_TREE := $(TOP)
ifneq ($(wildcard $(THIS_IMPORT_TREE)/mk/afterdir.mk),)
include $(THIS_IMPORT_TREE)/mk/afterdir.mk
endif